2008-01-06 Johan Dahlin <johan@gnome.org>
* gtk/gtkspinbutton.c: Declare value in the example code for
GtkSpinButton::output, as pointed out by Anders Carlsson.
svn path=/trunk/; revision=19319
+2008-01-06 Johan Dahlin <johan@gnome.org>
+
+ * gtk/gtkspinbutton.c: Declare value in the example code for
+ GtkSpinButton::output, as pointed out by Anders Carlsson.
+
2008-01-06 Christian Persch <chpe@gnome.org>
* gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
* {
* GtkAdjustment *adj;
* gchar *text;
+ * int value;
*
* adj = gtk_spin_button_get_adjustment (spin);
* value = (int)gtk_adjustment_get_value (adj);